Class symantec.itools.db.beans.binding.editors.BindingWizardChooseDataSourcePanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.binding.editors.BindingWizardChooseDataSourcePanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----WizardPanel
                                           |
                                           +----symantec.itools.db.beans.binding.editors.BindingWizardChooseDataSourcePanel

public class BindingWizardChooseDataSourcePanel
extends WizardPanel
implements PropertyChangeListener
This class is the "No Data Source" page in the BindingWizard.

Version:
1.0 10/11/98
Author:
Hristo Tonev

Variable Index

 o contentPanel
 o dataBindingPanel
 o sliverImageLabel
 o sliverImagePanel
 o titleTextArea

Constructor Index

 o symantec.itools.db.beans.binding.editors.BindingWizardChooseDataSourcePanel()
 o symantec.itools.db.beans.binding.editors.BindingWizardChooseDataSourcePanel(BindingWizardController)

Method Index

 o cancel()
 o createContentPanel()
 o createSliverImagePanel()
 o entering()
 o exiting()
 o finish()
 o initControls()
 o main(String[])
 o propertyChange(PropertyChangeEvent)

Variables

 o contentPanel
protected com.sun.java.swing.JPanel contentPanel
 o dataBindingPanel
protected symantec.itools.db.beans.jdbc.editors.DataBindingPanel dataBindingPanel
 o sliverImageLabel
protected com.sun.java.swing.JLabel sliverImageLabel
 o sliverImagePanel
protected com.sun.java.swing.JPanel sliverImagePanel
 o titleTextArea
protected com.sun.java.swing.JTextArea titleTextArea

Constructors

 o BindingWizardChooseDataSourcePanel
public BindingWizardChooseDataSourcePanel()
 o BindingWizardChooseDataSourcePanel
public BindingWizardChooseDataSourcePanel(BindingWizardController controller)

Methods

 o cancel
public void cancel()

Overrides:
cancel in class WizardPanel
 o createContentPanel
protected void createContentPanel()
 o createSliverImagePanel
protected void createSliverImagePanel()
 o entering
public void entering()

Overrides:
entering in class WizardPanel
 o exiting
public boolean exiting()

Overrides:
exiting in class WizardPanel
 o finish
public void finish()

Overrides:
finish in class WizardPanel
 o initControls
protected void initControls()
 o main
public static void main(String[] args)
 o propertyChange
public void propertyChange(PropertyChangeEvent evt)

All Packages  Class Hierarchy  This Package  Previous  Next  Index